home *** CD-ROM | disk | FTP | other *** search
/ Game One! / GameOne!.iso / GameOne!.exe / scripts / DefineButton2_33 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2003-05-15  |  100 b   |  8 lines

  1. on(press){
  2.    if(!playing)
  3.    {
  4.       som.musica.start(0,9999);
  5.       playing = true;
  6.    }
  7. }
  8.